home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
fontutil.6
/
fontutil
/
fontutils-0.6
/
doc
/
update.el
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-18
|
241 b
|
7 lines
;;;; Driver to update all the node pointers and menus in the Texinfo source.
(setq load-path (append '("/usr/local/gnu/lib/emacs/elisp") load-path))
(require 'texinfo)
(texinfo-multiple-files-update "fontu.texi" t t)
(save-some-buffers t)